ComponentOne ASP.NET MVC Controls
Min Property (RangeSelector<T>)

C1.Web.Mvc Namespace > RangeSelector<T> Class : Min Property
Gets or sets the minimum value of the range.
Syntax
'Declaration
 
Public Property Min As Nullable(Of Single)
public Nullable<float> Min {get; set;}
Remarks
If not set, the minimum is calculated automatically.
See Also

Reference

RangeSelector<T> Class
RangeSelector<T> Members